Help
A good resource to receive help is by clicking Help > Markdown Quick Reference. The default linked page is http://rmarkdown.rstudio.com.
Useful Shortcuts:
- Knit whole document: Ctr + Shift + R (unfortunately doesn’t work all the time)
- Insert Code Chunk: Ctr + Alt + I
Text and Formatting
Font Types
- Bold: Use either Stars or _Underscores__
- Italic: Use either Stars or Underscores
- Code: Use
Single Backticks
- Superscripts: Use the Power-sign
- Subscripts: Use the Tilde-sign
- Footnotes: Use Sqaured Brackets with the power sign
Use the arrow sign at the beggining of a line for Blockquotes
Lists & Enumerations
- List Item No. 1
- List Item No. 2 Sub List Item Sub Liste Item
- Enumeration Item No.1
- Second enumeration item
- The numbers are incremented automatically